cURL
curl --request GET \ --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/connectors/{connector_id}/power-usage \ --header 'Authorization: Bearer <token>'
{ "timestamp": "2025-10-28T16:26:14.628Z", "L1": "0", "L2": "-", "L3": "-", "kW": "0.00" }
See the documentation for more information.
The ID of the connector.
Current usage of the connector
"2025-10-28T16:26:14.628Z"
"0"
"-"
"0.00"
Was this page helpful?